Put Map Entry - Put an entry in a map (add or replace)

This action adds key/value pair to a map (or replaces an existing pair if a pair with the same key already exists).

To retrieve from the map the value of a specific key, use Get Map Entry.

Triggers

<Map> (non-repetitive trigger [required]): The map (A collection of key/value pairs).

<Key> (non-repetitive text trigger [required]): The key of the added/replaced pair.

<Value> (non-repetitive trigger [not required]): The value of the added/replaced pair (if no value is received, the pair is removed from the map).

Usage Examples

"Multilingual/View/Create Translation Map/Add Translation" (in the Multilingual Application):